Develop JavaScript API to expose web services [closed]

Posted by Apps on Programmers See other posts from Programmers or by Apps
Published on 2012-04-11T19:29:05Z Indexed on 2012/04/11 23:44 UTC
Read the original article Hit count: 227

Filed under:
|

We are planning to develop a JavaScript API to expose some of our J2EE based services. We are doing this keeping Google Maps API in mind. Can someone please suggested where we should start and the approaches that we need to follow to create a useful and extensible JavaScript API? These are the things that we are considering to achieve.

  1. It should be very simple for others to use our API. We feel Google Maps API is like that.
  2. We should be able to release the updates of the APIs without affecting the existing implementations.
  3. We should have enough security measures so that not all can use these services.

Please suggest us if there are any books that can guide us through. Any suggestion will be greatly helpful for us. Please let me know if my question is not clear or you need any further information.

© Programmers or respective owner

Related posts about JavaScript

Related posts about web-services